Namespace - LJCNetCommon
Parameters
author - The author.
textState - The current text state values.
description - The description.
keywords - The keywords.
charSet - The charset value.
Returns
The <meta> elements.
Syntax
C# |
public String GetMetas(String author, TextState textState, String description = null, String keywords = null, String charSet = utf-8)
|
Gets common meta elements.
Example
C# |
var textState = new TextState();
var hb = new HTMLBuilder(textState);
var result = hb.GetMetas("Mr. Smith", textState, "The Description");
|
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.